home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_a_d / dyndlg.zip / DYNDLG.H < prev    next >
Text File  |  1992-07-17  |  4KB  |  137 lines

  1. //------------------------------------------------------------------------
  2. //      Prototyping Statements                              
  3. //------------------------------------------------------------------------
  4.  
  5.  
  6. #define IDI_FILEOPEN 0
  7. #define IDI_FONT     1
  8. #define IDI_PRSETUP  2
  9. #define IDI_PRINT    3
  10. #define IDI_FIND     4
  11. #define IDI_REPLACE  5
  12.  
  13. #define IDM_DIALOG   100  
  14. #define IDM_ABOUT    101 
  15.  
  16. #define ID_LISTBOX       150
  17. #define ID_FRAME         151
  18.  
  19.  
  20. #define IDCD_FOPENFIRST  200
  21. #define IDCD_FOPEN2      201
  22. #define IDCD_FOPEN3      202
  23. #define IDCD_FOPEN4      203
  24. #define IDCD_FOPEN5      204
  25. #define IDCD_FOPEN6      205
  26. #define IDCD_FOPEN7      206
  27. #define IDCD_FOPEN8      207
  28. #define IDCD_FOPEN9      208
  29. #define IDCD_FOPEN10     209
  30. #define IDCD_FOPEN11     210
  31. #define IDCD_FOPEN12     211
  32. #define IDCD_FOPEN13     212
  33. #define IDCD_FOPEN14     213
  34. #define IDCD_FOPENLAST   214
  35.  
  36. #define IDCD_FONTFIRST   300
  37. #define IDCD_FONT2       301
  38. #define IDCD_FONT3       302
  39. #define IDCD_FONT4       303
  40. #define IDCD_FONT5       304
  41. #define IDCD_FONT6       305
  42. #define IDCD_FONT7       306
  43. #define IDCD_FONT8       307
  44. #define IDCD_FONT9       308
  45. #define IDCD_FONT10      309
  46. #define IDCD_FONT11      310
  47. #define IDCD_FONT12      311
  48. #define IDCD_FONT13      312
  49. #define IDCD_FONT14      313
  50. #define IDCD_FONT15      314
  51. #define IDCD_FONT16      315
  52. #define IDCD_FONT17      316
  53. #define IDCD_FONT18      317
  54. #define IDCD_FONTLAST    318
  55.  
  56. #define IDCD_PRINTFIRST  400
  57. #define IDCD_PRINT2      401
  58. #define IDCD_PRINT3      402
  59. #define IDCD_PRINT4      403
  60. #define IDCD_PRINT5      404
  61. #define IDCD_PRINT6      405
  62. #define IDCD_PRINT7      406
  63. #define IDCD_PRINT8      407
  64. #define IDCD_PRINT9      408
  65. #define IDCD_PRINT10     409
  66. #define IDCD_PRINT11     410
  67. #define IDCD_PRINT12     411
  68. #define IDCD_PRINT13     412
  69. #define IDCD_PRINT14     413
  70. #define IDCD_PRINT15     414
  71. #define IDCD_PRINT16     415
  72. #define IDCD_PRINT17     416
  73. #define IDCD_PRINT18     417
  74. #define IDCD_PRINT19     418
  75. #define IDCD_PRINT20     419
  76. #define IDCD_PRINTLAST   420
  77.  
  78. #define IDCD_PRSETUPFIRST 500
  79. #define IDCD_PRSETUP2     501
  80. #define IDCD_PRSETUP3     502
  81. #define IDCD_PRSETUP4     503
  82. #define IDCD_PRSETUP5     504
  83. #define IDCD_PRSETUP6     505
  84. #define IDCD_PRSETUP7     506
  85. #define IDCD_PRSETUP8     507
  86. #define IDCD_PRSETUP9     508
  87. #define IDCD_PRSETUP10    509
  88. #define IDCD_PRSETUP11    510
  89. #define IDCD_PRSETUP12    511
  90. #define IDCD_PRSETUP13    512
  91. #define IDCD_PRSETUP14    513
  92. #define IDCD_PRSETUP15    514
  93. #define IDCD_PRSETUP16    515
  94. #define IDCD_PRSETUP17    516
  95. #define IDCD_PRSETUP18    517
  96. #define IDCD_PRSETUPLAST  518
  97.  
  98. #define IDCD_FINDFIRST    600
  99. #define IDCD_FIND2        601
  100. #define IDCD_FIND3        602
  101. #define IDCD_FIND4        603
  102. #define IDCD_FIND5        604
  103. #define IDCD_FIND6        605
  104. #define IDCD_FIND7        606
  105. #define IDCD_FIND8        607
  106. #define IDCD_FIND9        608
  107. #define IDCD_FIND10       609
  108. #define IDCD_FINDLAST     610
  109.  
  110. #define IDCD_FINDFIRST    600
  111. #define IDCD_FIND2        601
  112. #define IDCD_FIND3        602
  113. #define IDCD_FIND4        603
  114. #define IDCD_FIND5        604
  115. #define IDCD_FIND6        605
  116. #define IDCD_FIND7        606
  117. #define IDCD_FIND8        607
  118. #define IDCD_FIND9        608
  119. #define IDCD_FIND10       609
  120. #define IDCD_FINDLAST     610
  121.  
  122. #define IDCD_REPFIRST    700
  123. #define IDCD_REP2        701
  124. #define IDCD_REP3        702
  125. #define IDCD_REP4        703
  126. #define IDCD_REP5        704
  127. #define IDCD_REP6        705
  128. #define IDCD_REP7        706
  129. #define IDCD_REP8        707
  130. #define IDCD_REP9        708
  131. #define IDCD_REP10       709
  132. #define IDCD_REP11       710
  133. #define IDCD_REPLAST     711
  134.  
  135.  
  136. int  DoMain(void);
  137.